home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / tls / tls011.ltr < prev    next >
Text File  |  1994-09-02  |  3KB  |  93 lines

  1. 19 Sept 92
  2.  
  3. TLS011 - Multi Memo Distribution Facility - MMDF mail subsystem rel. 1.0.0f
  4.  
  5. This is a prerelease cut of the MMDF that is in SCO Open Desktop 2.0.
  6. It seems to work OK for many users on SCO UNIX release 3.2,
  7. versions 0, 2 or 4, or even the mysterious version 3.
  8.  
  9. tls011.doc2.Z is docs in tar format.
  10. The file tls011.dotar.Z is additional docs in postscript format.
  11.  
  12. Reports have been received that it can be installed on XENIX with
  13. some editing of the /etc/perms file!  
  14.  
  15. Download, uncompress, copy to floppy, and use custom to install.
  16. The doc files are just tar files, no custom needed.
  17.  
  18.  
  19. Creating an mmdftailor file for this new MMDF release:
  20.  
  21. 1. chmod +x /etc/mkdev
  22. 2. login as mmdf and be sure your directory is /usr/mmdf
  23. 3. be sure that nameservice is already configured
  24. 4. execute: /etc/mkdev mmdf
  25.  
  26. Add this line to /etc/default/mail:
  27.  
  28. MMDFREL=43NS
  29.  
  30. This encourages the mkdev script to ask the appropriate questions
  31. and set up an mmdftailor file with the correct stuff for nameservice.
  32.  
  33. Note: if you have TCP/IP earlier than release 1.2, you should consider
  34. getting the SCO support level supplement lng321 which, among other things,
  35. makes nameserver support work right.
  36.  
  37. There is a new MMDF channel writer's kit in tls019.
  38.  
  39. As usual, comments are welcome, but no support is promised.
  40.  
  41. Dion L. Johnson
  42. SCO Product Manager - Development Systems
  43. dionj@sco.com
  44.  
  45. ------------------------------------------------------------------------
  46. Supplementary info - Thanks to our friend Lance!
  47.  
  48. Subject: MMDFII 43 name server configuration
  49. Date: Wed, 3 Jun 92 1:13:13 PDT
  50.  
  51. Hello again,
  52. Well I finally got it all working! But in doing that, I found a number
  53. of bugs in the /usr/lib/mkdev/mmdf script. 
  54. Here they are..
  55.  
  56. All the UUCP configuration information MUST be before the SMTP 
  57. configuration information. Why? Well lets say I have a system
  58. that I MX for and I talk to them using UUCP. What happens
  59. when MMDF tries to resolve the domain name? Re-queues it for
  60. SMTP delivery.. Over and over again.. :( Switching the location
  61. of the UUCP and SMTP configuration information fixed this problem.
  62. This way, it looks for the domain name in the UUCP tables and
  63. then send via UUCP.
  64.  
  65. There is a missing domain table entry before the SMTP configuration
  66. information. This enty MUST be there otherwise SMTP will not
  67. resolve unknown domains. add something like the following BEFORE
  68. the SMTP entries:
  69.  
  70. MTBL dom-topn, flags=ns, flags=domain
  71. MDMN "ns-top", table="dom-topn", dmn="", show="Top Nameserver"
  72.  
  73. and you must add "ap=try" on the MCHN for SMTP.
  74.  
  75. Also, you should add mod=reg for any channels that you have in 
  76. the /etc/rc2.d/*mmdf file.
  77.  
  78. There was one other problem. Our system has the following names:
  79.  
  80. UUCP: hermix.uucp
  81. INET: hermix.markv.com, markv.com
  82.  
  83. Well because of the multiple declarations of the same domain tables 
  84. in the created MMDF file (because of the way it is built up), when 
  85. the above mentioned MTBL and MDMN entries are included to make SMTP work,
  86. the system no longer recoginizes mail sent to user@hermix.uucp.
  87. I had to force it to map hermix.uucp to be markv.com and then all
  88. worked fine.
  89.  
  90. Just wanted to report what I had found.
  91.  
  92.  
  93.